﻿
@charset "UTF-8";
/*初始化css*/
body{min-width:1100px;font-family:微软雅黑;color: #333;}/*min-width的宽度根据项目页面宽度决定*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,form
{margin:0;padding:0;border:0;outline:none;}
input{margin:0;padding:0;outline:none;}
li{list-style:none;}
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#333;outline: none;}/*颜色根据通用信息列表的文字颜色决定*/
.more a{color: #999;}/*颜色根据通用更多的文字颜色决定*/
a:hover{color:#1c5bb8;}/*颜色根据psd主色调决定，比如很多都是蓝色*/
.more a:hover{color:#1c5bb8;}/*颜色根据psd主色调决定，比如很多都是蓝色*/
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:'';height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
textarea,input{font-family:微软雅黑;}
/*命名的语义化---正常页面的几部分如下：header(top+banner+nav)	content-wrap(section1+section2+...)		footer*/

/*内容左边部分*/
.content_left{
	width: 820px;
	float: left;
}

/*热点专题*/
.rdzt{
	width: 300px;
	float: left;
}
.rdzt_top{
	height: 50px;
	background: #F7F7F7;
}
.rdzt_top_btn{
	width: 130px;
	padding:0px 20px;
	background: #006DAD;
}
.rdzt_top_btn a{
	line-height: 50px;
	font-size: 21px;
	color: #ffffff;
}
.rdzt_img{
	/*margin-top: 25px;*/
}
.rdzt_img ul li{
	/*margin-top: 3px;*/
}

/*要闻*/
.yaowen{
	margin-left: 27px;
	width: 461px;
	float: left;
	min-height: 381px;
}
.yaowen_top{
	background: #F7F7F7;
	height: 50px;
	width: 100%;
}
.yaowen_top ul li{
	width: 114px;
	float: left;
	text-align: center;
}
.yaowen_top ul li a{
	color: #666666;
	line-height: 50px;
	font-size: 21px;

}
.yaowen_top ul li.active{
	background: #006DAD;
}
.yaowen_top ul li.active a{
	color: #ffffff;
}
.yaowen_content{
	margin-top: 11px;
}
.yaowen_content ul li{
	height: 40px;
	padding-left: 15px;
	position: relative;
}
.yaowen_content ul li:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background: #2f5e95;
    position: absolute;
    top: 19px;
    left: 0;
}
.yaowen_content ul li a{
	font-size: 15px;
	line-height: 40px;
}
.yaowen_content ul li span{
	float: right;
	line-height: 40px;
	color: #999999;
}
.yaowen_bottom{
	height: 133px;
	margin-top: 15px;
}

.content_left_bottom{
	width: 100%;
	margin-top: 30px;
}
.fuwu_left{
	width: 168px;
	float: left;
}
.fuwu_left a{
	display: block;
}
.fuwu_left div{
	width: 160px;
	height: 60px;
	border:1px solid #C6CEE1;
	padding-left: 60px;
	position: relative;
}
.fuwu_left div span{
	font-size: 21px;
	line-height: 60px;
	color: #666666;
}
.fuwu_left div img{
	position: absolute;
	right: -7px;
	top: 19px;
	display: none;
}
.tzgg_box,.bsdt_box,.zcfg_box,.ggfy_box{
	margin-top: 9px;
}
.qyfw{
	background: url(../images/fw_icon_2.png) no-repeat;
	background-position: 15% 48%;
}

.tzgg{
	background: url(xxk_031.png) no-repeat;
	background-position: 15% 48%;
}
.bsdt{
	background: url(xxk_10.png) no-repeat;
	background-position: 15% 48%;
}
.zcfg{
	background: url(xxk_06.png) no-repeat;
	background-position: 15% 48%;
}
.ggfy{
	background: url(xxk_12.png) no-repeat;
	background-position: 15% 48%;
}
.gjfy{
	background: url(xxk_15.png) no-repeat;
	background-position: 15% 48%;
}
.fuwu_left .active .qyfw{
	background: url(../images/fw_icon.png) no-repeat ;
	background-position: 15% 48% !important;
}
.fuwu_left .active .tzgg{
	background: url(xxk_03.png) no-repeat ;
	background-position: 15% 48% !important;
}
.fuwu_left .active .bsdt{
	background: url(xxk_101.png) no-repeat ;
	background-position: 15% 48% !important;
}
.fuwu_left .active .zcfg{
	background: url(xxk_061.png) no-repeat ;
	background-position: 15% 48% !important;
}
.fuwu_left .active .ggfy{
	background: url(xxk_121.png) no-repeat ;
	background-position: 15% 48% !important;
}
.fuwu_left .active .gjfy{
	background: url(xxk_151.png) no-repeat ;
	background-position: 15% 48% !important;
}
.fuwu_left .active div{
	border: none;
	background-color: #1B67BE !important;
}
.fuwu_left .active span{
	color: #ffffff;
}
.fuwu_left .active img{
	display: block !important;
}

.fuwu_right{
	width: 630px;
	float: left;
	background: url(syyy_03.png) no-repeat;
	padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
	height: 350px;
}
.qyfw_right_mid{
	margin-top: 30px;
}
.qyfw_right_mid div{
	background-color:#FAFAFA;
	border:1px solid #C6CEE1;
	color: #85a3c5;
	height: 65px;
	float: left;
	margin-bottom: 15px;
}
.qyfw_right_mid div span{
	line-height: 65px;
	font-size: 17px;
	
}
.qyfw_right_mid .active div{
	background-color: #84A2C6 !important;
}
.qyfw_right_mid .active span{
	color: #ffffff !important;
}
.zcqd{
	width: 203px;
	padding-left: 80px;
	background: url(../images/xxpt_1.png) no-repeat;
	background-position: 25% 55%;

}
.zczx{
	width: 204px;
	padding-left: 80px;
	background: url(../images/xxpt_2.png) no-repeat;
	background-position: 25% 55%;
	margin-left: 16px;
}
.zcbl{
	width: 130px;
	padding-left: 50px;
	background: url(../images/xxpt_3_2.png) no-repeat;
	background-position: 15% 53%;
}
.zcjy{
	width: 130px;
	padding-left: 50px;
	background: url(../images/xxpt_4.png) no-repeat;
	background-position: 15% 53%;
	margin-left: 16px;
}
.gzfk{
	width: 130px;
	padding-left: 50px;
	background: url(../images/xxpt_5.png) no-repeat;
	background-position: 15% 53%;
	margin-left: 16px;
}
.qyfw_right_mid .active .zcqd{
	background: url(../images/xxpt_1_2.png) no-repeat;
	background-position: 25% 55%;
}
.qyfw_right_mid .active .zczx{
	background: url(../images/xxpt_2_2.png) no-repeat;
	background-position: 25% 55%;
}

.qyfw_right_mid .active .zcbl{
	background: url(../images/xxpt_3.png) no-repeat;
	background-position: 15% 53%;
}
.qyfw_right_mid .active .zcjy{
	background: url(../images/xxpt_4_2.png) no-repeat;
	background-position: 15% 53%;
}
.qyfw_right_mid .active .gzfk{
	background: url(../images/xxpt_5_2.png) no-repeat;
	background-position: 15% 53%;
}



.qyfw_right_bottom{
	margin-top: 20px;
}
.zdyc{
	margin-top: 30px;
}


.content_right{
	width: 349px;
	float: right;
	padding:20px;
	background: #F7F7F7;
	padding-top: 0px;
}

.gsgg{
	/*padding:15px;*/
	overflow: hidden;
	/*margin-top: 20px;*/
}
.gsgg_title ul li{
	font-size: 21px;
	/*display: inline-block;*/
	float: left;
	padding:0px 10px;
	line-height: 60px;	
	cursor: pointer;
	border-bottom: 1px solid #CCCCCC;
	width: 154px;
	text-align: center;
}
.gsgg_title ul li a{
	font-weight: 700;
}
.gsgg_title ul li.active{
	border-bottom: 3px solid #006eab;
	color: #006eab;
}
.gsgg_title ul li.active a{
	color: #006eab;
}
.gsgg_title ul li.szjx{
	margin-left: 15px;
}
.line{
	float: left;
	width: 98px;
	padding-right: 0px;
	text-align: right;
	cursor: default;
}
.gsgg_list{
	margin-top: 15px;
}
.gsgg_list ul li{
	width: 100%;
	background: #ffffff;
	margin-bottom: 5px;
	text-align: center;
}
.gsgg_list ul li a{
	color: #006eab;
	font-size: 17px;
	line-height: 46px;
	display: block;
	width: 100%;
	height: 46px;
}
.gsgg_list ul li:hover{
	background: #006eab;
}
.gsgg_list ul li:hover a{
	color: #ffffff;
}
.zfxx{
	width: 100% !important;
	
}
.zfxx a{
	color: #006eab !important;
}
.dczj{
	float: right;
}
.content_right_bottom img{
	margin-top: 20px;
}

/*轮播图*/
#slides {
	position: relative;
	width: 435px;
	height: 120px;
	float:left;
	overflow: hidden;
}
.slides_container {
	overflow:hidden;
	position:relative;
	/*width: 873px;*/
	height: 120px;
}
.slides_container div.slide {
	width: 225px;
	height: 120px;
	float: left;
	padding-right: 30px;
	padding-left: 15px
}
.slides_container img {
	width: 180px;
	height: 120px;
	display: block;
}
#slides .prev {
	margin-right: 5px;
	float:left;
}
#slides .next {
	margin-right: 5px;
	float:left;
}
.pagination {
	margin:6px 0 0;
	list-style: none;
	z-index:9999;
	position: absolute;
	bottom: 10px;
	right:15px;
}
.pagination li {
	float: left;
	margin: 0 1px;
}
.pagination li a {
	display: block;
	width: 25px;
	height: 0;
	padding-top: 9px;
	background-position: 0 0;
	float: left;
	overflow: hidden;
	background-image: url(../images/lunbo_dian.png);
}
.pagination li.current a, .pagination li.current a:hover {
	background-position: -30px -0px
}
.pagination li a:hover {
	background-position: 0px -0px
}
#slides a:link, #slides a:visited {
	color: #333
}
#slides a:hover, #slides a:active {
	color: #9e2020
}
.tmbg {
	display:block;
	background: #000;
	font-size:15px;
	padding:0 10px;
	line-height:32px;
	height:32px;
	position:absolute;
	bottom:0px;
	left:15px;
	z-index:1;
	width:180px;
	overflow:hidden;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity:0.2;
	opacity:0.2;
}
.tmbg2 {
	display:block;
	background: #000;
	font-size:15px;
	padding:0 10px;
	line-height:32px;
	height:32px;
	position:absolute;
	bottom:0px;
	left:240px;
	z-index:1;
	width:180px;
	overflow:hidden;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity:0.2;
	opacity:0.2;
}
.font {	
	z-index:2;
	text-decoration:none;
	position:relative;
	margin-top:-32px;
	padding-left:7px;
	line-height:32px;
}
.lb_right{
	float: right;
	margin-top: 50px;
	cursor: pointer;
}

.tzgg_list ul li{
	height: 40px;
    padding-left: 15px;
    position: relative;
}
.tzgg_list ul li:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background: #2f5e95;
    position: absolute;
    top: 19px;
    left: 0;
}
.tzgg_list ul li a {
    font-size: 15px;
    line-height: 40px;
}
.tzgg_list ul li span {
    float: right;
    line-height: 40px;
    color: #999999;
}

/*.zcfg_right ul li{
	height: 40px;
    padding-left: 15px;
    position: relative;
}
.zcfg_right ul li:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background: #2f5e95;
    position: absolute;
    top: 19px;
    left: 0;
}
.zcfg_right ul li a {
    font-size: 15px;
    line-height: 40px;
}
.zcfg_right ul li span {
    float: right;
    line-height: 40px;
    color: #999999;
}*/

/*.bsdt_right_mid div{
	background-color:#FAFAFA;
	border:1px solid #C6CEE1;
	color: #85a3c5;
	height: 65px;
	float: left;
	margin-bottom: 15px;
	width: 130px;
	text-align: center;
	line-height: 65px;
    
}*/
/*.bsdt_right_mid div.active{
	background-color:#84A2C6 !important;
	color:#ffffff !important;   
}
.bsdt_right_mid .margin_l{
	margin-left: 16px;
}*/
/*.ggfupt_right_mid div{
	background-color:#FAFAFA;
	border:1px solid #C6CEE1;
	color: #85a3c5;
	height: 65px;
	float: left;
	margin-bottom: 15px;
	width: 130px;
	text-align: center;
	line-height: 65px;
    
}
.ggfupt_right_mid div.active{
	background-color:#84A2C6 !important;
	color:#ffffff !important;   
}
.ggfupt_right_mid .margin_l{
	margin-left: 16px;
}*/

/*友情链接*/
.yqlj{
	width: 1170px;
	margin:0 auto;
	padding: 20px 0px;
}
.yqlj_list > ul > li{
	float: left;
	width: 210px;
	
	background:#ffffff;
	line-height: 33px;
	/*margin-left: 8px;*/
}
.yqlj_list_title{
	background-color:#F7F7F7;
	background-image: url(../images/shouye_icon_3.jpg);
	background-repeat: no-repeat;
    background-position: 90% 50%;
    color: #165788;
    font-size: 15px;
}

.yqlj_list li{
	text-align: center;
	cursor: pointer;
	color: #165788;
	font-size: 15px;
}
.yqlj_list img{
	float: right;
	margin-top: 13px;
    margin-right: 16px;
}
.yqlj_list_content_box{
	position: relative;
	display: none;
}
.yqlj_list_content{
	position: absolute;
	width: 1170px;
	top: 10px;
	background-color:#F7F7F7;
	z-index: 99;
}

.yqlj_list_content1 { left: 0; }
.yqlj_list_content2 { left: -241px; }
.yqlj_list_content3 { left: -480px; }
.yqlj_list_content4 { left: -721px; }
.yqlj_list_content5 { left: -959px; }

.yqlj_list_content ul li{
	width: 20%;
	float: left;
	text-align: center;
	color: #165788;
	line-height: 21px;
	/*border-top:1px solid #ffffff;*/
	border-bottom:2px solid #ffffff;
}
.yqlj_list_content ul li a{
	color: #165788;
}
.yqlj_list_content ul li a:hover { color: #9e2020; }
.margin_l_30{
	margin-left: 30px;
}

.tzgg_title ul li{
	font-size: 17px;
	/*display: inline-block;*/
	float: left;
	padding:0px 10px;
	line-height: 50px;	
	cursor: pointer;
	border-bottom: 1px solid #CCCCCC;
}
.tzgg_title ul li.active{
	border-bottom: 3px solid #006eab;
	color: #006eab;
}
.tzgg_title ul li.active a{
	color: #006eab;
}
.tzgg_title ul li.szjx{
	margin-left: 15px;
}
.tzgg_list{
	margin-top:10px;
}
.line2{
	width:248px;
}
.bsdt_right_mid_bottom{
	margin-top: 30px;
}
.bsdt_right_mid_bottom a div{
	background-color: #FAFAFA;
    border: 1px solid #C6CEE1;
    color: #85a3c5;
    height: 65px;
    float: left;
    margin-bottom: 15px;
    line-height: 65px;
}
.bsdt_right_mid_bottom a div span{
	    line-height: 65px;
    font-size: 17px;
}
.cytz{
	width: 203px;
    padding-left: 80px;
    background: url(../images/bsdt_icon_1.png) no-repeat;
    background-position: 25% 55%;
}
.wxdgl{
	width: 203px;
    padding-left: 80px;
    background: url(../images/bsdt_icon_2.png) no-repeat;
    background-position: 25% 55%;
    margin-left: 16px;
}
.yysh{
	width: 130px;
    padding-left: 49px;
    background: url(../images/bsdt_icon_3.png) no-repeat;
    background-position: 12% 55%;
    
}
.yhhy{
	width: 130px;
    padding-left: 49px;
    background: url(../images/bsdt_icon_4.png) no-repeat;
    background-position: 12% 55%;
    margin-left: 16px;
}
.qfhy{
	width: 130px;
    padding-left: 49px;
    background: url(../images/bsdt_icon_5.png) no-repeat;
    background-position: 12% 55%;
    margin-left: 16px;
}
.xxqc{
	width: 203px;
    padding-left: 88px;
    background: url(../images/bsdt_icon_6.png) no-repeat;
    background-position: 25% 55%;
}
.dzxxhy{
	width: 203px;
    padding-left: 73px;
    background: url(../images/bsdt_icon_7.png) no-repeat;
    background-position: 17% 55%;
    margin-left: 16px;
}
.jszb{
	width: 130px;
    padding-left: 49px;
    background: url(../images/bsdt_icon_8.png) no-repeat;
    background-position: 12% 55%;
}
.jzmhy{
	width: 130px;
    padding-left: 38px;
    background: url(../images/bsdt_icon_9.png) no-repeat;
    background-position: 5% 55%;
    margin-left: 16px;	
}
.jxhy{
	width: 130px;
    padding-left: 49px;
    background: url(../images/bsdt_icon_10.png) no-repeat;
    background-position: 12% 55%;
    margin-left: 16px;
}
.bsdt_right_mid_bottom a.active div{
	background-color: #84A2C6 !important;
}
.bsdt_right_mid_bottom a.active div span{
	color: #ffffff !important; 
}
.bsdt_right_mid_bottom a.active div.cytz{
	background: url(../images/bsdt_icon_1_2.png) no-repeat;
	background-position: 25% 55%;
}
.bsdt_right_mid_bottom a.active div.wxdgl{
	background: url(../images/bsdt_icon_2_2.png) no-repeat;
	background-position: 25% 55%;
}
.bsdt_right_mid_bottom a.active div.yysh{
	background: url(../images/bsdt_icon_3_2.png) no-repeat;
	background-position: 12% 55%;
}
.bsdt_right_mid_bottom a.active div.yhhy{
	background: url(../images/bsdt_icon_4_2.png) no-repeat;
	background-position: 12% 55%;
}
.bsdt_right_mid_bottom a.active div.qfhy{
	background: url(../images/bsdt_icon_5_2.png) no-repeat;
	 background-position: 12% 55%;
}
.bsdt_right_mid_bottom a.active div.xxqc{
	background: url(../images/bsdt_icon_6_2.png) no-repeat;
	background-position: 25% 55%;
}
.bsdt_right_mid_bottom a.active div.dzxxhy{
	background: url(../images/bsdt_icon_7_2.png) no-repeat;
	 background-position: 17% 55%;
}
.bsdt_right_mid_bottom a.active div.jszb{
	background: url(../images/bsdt_icon_8_2.png) no-repeat;
	background-position: 12% 55%;
}
.bsdt_right_mid_bottom a.active div.jzmhy{
	background: url(../images/bsdt_icon_9_2.png) no-repeat;
	background-position: 5% 55%;
}
.bsdt_right_mid_bottom a.active div.jxhy{
	background: url(../images/bsdt_icon_10_2.png) no-repeat;
	background-position: 12% 55%;
}

.zzfg_title ul li{
	font-size: 17px;
	/*display: inline-block;*/
	float: left;
	padding:0px 10px;
	line-height: 50px;	
	cursor: pointer;
	border-bottom: 1px solid #CCCCCC;
}
.zzfg_title ul li.active{
	border-bottom: 3px solid #006eab;
	color: #006eab;
}
.zzfg_title ul li.active a{
	color: #006eab;
}
.zzfg_title ul li.szjx{
	margin-left: 15px;
}
.zzfg_list{
	margin-top: 10px;
}
.zzfg_list ul li{
	height: 40px;
    padding-left: 15px;
    position: relative;
}
.zzfg_list ul li:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background: #2f5e95;
    position: absolute;
    top: 19px;
    left: 0;
}
.zzfg_list ul li a {
    font-size: 15px;
    line-height: 40px;
}
.zzfg_list ul li span {
    float: right;
    line-height: 40px;
    color: #999999;
}
.line3{
	width: 42px;
}
.ggfupt_right_mid_bottom{
	margin-top: 10px;	
}
.ggfupt_right_mid_bottom div{
	background-color: #FAFAFA;
    border: 1px solid #C6CEE1;
    color: #85a3c5;
    height: 55px;
    /*float: left;*/
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 55px;
   	margin-bottom: 10px;
   	width: 203px;
   	text-align: center;
}
.ggfupt_f_left{
	float: left;
}
.ggfupt_f_right{
	float: right;
}
.line_h6{
	line-height: 65px;
}
.pad_9{
	padding-top: 9px;
}
.ggfupt_right_mid_bottom a.active div{
	background-color: #84A2C6 !important;
	color: #ffffff !important;
}


.zwfw-xbz{
    float: left;
    width: 585px;
    height: 296px;
    border-right: 1px solid #d1d1d1;
    padding-right: 20px;
    margin-left: 2px;
    -webkit-box-sizing: border-box;
}
.zwfw-xbz ul li{

}
.zwfw-xby{
    float: right;
    width: 585px;
    height: 296px;
    -webkit-box-sizing: border-box;
}
.zwfw-xby ul{
    overflow: hidden;
    padding: 0px;
    margin-top: 25px;
}
.zwfw-xby ul li{
    float: left;
    width: 268px;
    height: 65px;
    list-style: none;
    margin-bottom: 15px;
}
.zwfw-xby ul li a{
    display: block;
    width: 268px;
    height: 65px;
    color: #ffffff;
    font-size: 17px;
    text-align: center;
    margin-right: 0px !important;
}

/*政务服务*/
.zwfw-xbz a div{
    background-color: #FAFAFA;
    border: 1px solid #C6CEE1;
    color: #85a3c5;
    height: 65px;
    float: left;
    margin-bottom: 15px;
    line-height: 65px;
    -webkit-box-sizing: border-box;
}
.zwfw-xbz a div span{
        line-height: 65px;
    font-size: 17px;
}
.cytz2{
    width: 203px;
    padding-left: 80px;
    background: url(../images/1906111447295842771.png) no-repeat;
    background-position: 25% 55%;
}
.wxdgl2{
    width: 203px;
    padding-left: 80px;
    background: url(../images/1906111447296362729.png) no-repeat;
    background-position: 25% 55%;
    margin-left: 14px;
}
.yysh2{
    width: 130px;
    padding-left: 49px;
    background: url(../images/1906111447296772883.png) no-repeat;
    background-position: 12% 55%;
    
}
.yhhy2{
    width: 130px;
    padding-left: 49px;
    background: url(../images/1906111447297216625.png) no-repeat;
    background-position: 12% 55%;
    margin-left: 14px;
}
.qfhy2{
    width: 132px;
    padding-left: 49px;
    background: url(../images/1906111447297666883.png) no-repeat;
    background-position: 12% 55%;
    margin-left: 14px;
}
.xxqc2{
    width: 203px;
    padding-left: 88px;
    background: url(../images/1906111447298069401.png) no-repeat;
    background-position: 25% 55%;
    
}
.dzxxhy2{
    width: 203px;
    padding-left: 73px;
    background: url(../images/1906111447300362038.png) no-repeat;
    background-position: 17% 55%;
    margin-left: 14px;
}
.jszb2{
    width: 130px;
    padding-left: 49px;
    background: url(../images/1906111447302671462.png) no-repeat;
    background-position: 12% 55%;
    margin-left: 14px;
}
.jzmhy2{
    width: 130px;
    padding-left: 38px;
    background: url(../images/1906111447302992335.png) no-repeat;
    background-position: 5% 55%;
    margin-left: 14px;  
}
.jxhy2{
    width: 130px;
    padding-left: 49px;
    background: url(../images/1906111447303404458.png) no-repeat;
    background-position: 12% 55%;
    margin-left: 14px;
}
.bsdt_right_mid_bottom a.active div{
    background-color: #84A2C6 !important;
}
.bsdt_right_mid_bottom a.active div span{
    color: #ffffff !important; 
}
.bsdt_right_mid_bottom a.active div.cytz2{
    background: url(../images/1906111449461795612.png) no-repeat;
    background-position: 25% 55%;
}
.bsdt_right_mid_bottom a.active div.wxdgl2{
    background: url(../images/1906111449462041531.png) no-repeat;
    background-position: 25% 55%;
}
.bsdt_right_mid_bottom a.active div.yysh2{
    background: url(../images/1906111449462454870.png) no-repeat;
    background-position: 12% 55%;
}
.bsdt_right_mid_bottom a.active div.yhhy2{
    background: url(../images/1906111449463318389.png) no-repeat;
    background-position: 12% 55%;
}
.bsdt_right_mid_bottom a.active div.qfhy2{
    background: url(../images/1906111449463602706.png) no-repeat;
     background-position: 12% 55%;
}
.bsdt_right_mid_bottom a.active div.xxqc2{
    background: url(../images/1906111449463918206.png) no-repeat;
    background-position: 25% 55%;
}
.bsdt_right_mid_bottom a.active div.dzxxhy2{
    background: url(../images/1906111449464352148.png) no-repeat;
     background-position: 17% 55%;
}
.bsdt_right_mid_bottom a.active div.jszb2{
    background: url(../images/1906111449464663934.png) no-repeat;
    background-position: 12% 55%;
}
.bsdt_right_mid_bottom a.active div.jzmhy2{
    background: url(../images/1906111449465004540.png) no-repeat;
    background-position: 5% 55%;
}
.bsdt_right_mid_bottom a.active div.jxhy2{
    background: url(../images/1906111449465422664.png) no-repeat;
    background-position: 12% 55%;
}

.uil1 li img{
	margin-bottom: 7px;
}
.uil li img{
	margin-bottom: 7px;
}
